Uses of Class
de.ibapl.jnhw.annontation.posix.sys.types.ssize_t
-
Packages that use ssize_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 ssize_t in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix with annotations of type ssize_t Modifier and Type Method Description static longAio. aio_return(Aio.Aiocb aiocb)static intUnistd.JnhwPrimitiveArrayCritical. read(int fildes, byte[] buf)POSIX: pread, read - read from a file.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)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)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)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 intUnistd. read(int fildes, ByteRef data)POSIX: pread, read - read from a file.static intUnistd. read(int fildes, ByteBuffer buffer)POSIX: pread, read - read from a file.static intUnistd.JnhwPrimitiveArrayCritical. write(int fildes, byte[] buf)POSIX: pwrite, write - write on a file.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 data)POSIX: pwrite, write - write on a file.static intUnistd. write(int fildes, byte[] buf)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)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)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.static intUnistd. write(int fildes, ByteBuffer buffer)POSIX: pwrite, write - write on a file. -
Uses of ssize_t in de.ibapl.jnhw.posix.sys
Classes in de.ibapl.jnhw.posix.sys with annotations of type ssize_t Modifier and Type Class Description static classTypes.Ssize_tMethods in de.ibapl.jnhw.posix.sys with annotations of type ssize_t Modifier and Type Method Description longTypes.Ssize_t. getValue()Method parameters in de.ibapl.jnhw.posix.sys with annotations of type ssize_t Modifier and Type Method Description voidTypes.Ssize_t. setValue(long value)
-