Uses of Class
de.ibapl.jnhw.annontation.posix.sys.types.size_t
-
Packages that use size_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system.de.ibapl.jnhw.posix.sys Very thin and safe wrapper classes around common used headers on a POSIX system under thesyspath. -
-
Uses of size_t in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix with annotations of type size_t Modifier and Type Method Description longAio.Aiocb. aio_nbytes()The length of transfer.longSignal.Stack_t. ss_size()Stack size.Method parameters in de.ibapl.jnhw.posix with annotations of type size_t Modifier and Type Method Description voidAio.Aiocb. aio_buf(OpaqueMemory32 aio_buf, int off, int aio_nbytes)The location of buffer.static intUnistd.JnhwPrimitiveArrayCritical. read(int fildes, byte[] buf, int off, int nbyte)POSIX: pread, read - read from a file.static intUnistd. read(int fildes, byte[] buf, int off, int nbyte)POSIX: pread, read - read from a file.static intUnistd. read(int fildes, OpaqueMemory32 mem, int off, int nbyte)POSIX: pread, read - read from a file.static longUnistd. read(int fildes, OpaqueMemory64 mem, long off, long nbyte)POSIX: pread, read - read from a file.static StringTime. strftime(long maxsize, String format, Time.Tm timeptr)static StringTime. strftime_l(long maxsize, String format, Time.Tm timeptr, Locale.Locale_t locale)static intUnistd.JnhwPrimitiveArrayCritical. write(int fildes, byte[] buf, int off, int nbyte)POSIX: pwrite, write - write on a file.static intUnistd. write(int fildes, byte[] buf, int off, int nbyte)POSIX: pwrite, write - write on a file.static intUnistd. write(int fildes, OpaqueMemory32 mem, int off, int nbyte)POSIX: pwrite, write - write on a file.static longUnistd. write(int fildes, OpaqueMemory64 mem, long off, long nbyte)POSIX: pwrite, write - write on a file. -
Uses of size_t in de.ibapl.jnhw.posix.sys
Classes in de.ibapl.jnhw.posix.sys with annotations of type size_t Modifier and Type Class Description static classTypes.Size_tMethods in de.ibapl.jnhw.posix.sys with annotations of type size_t Modifier and Type Method Description longTypes.Size_t. getValue()
-