Maven module :un.api : api-encoding :
Class :
un.api.io.SeekableByteBuffer
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
getSize,
isReadable,
isWritable,
isResizable,
setPosition,
getPosition,
skip,
skipAll,
read,
read,
read,
read,
write,
write,
write,
insert,
insert,
insert,
remove,
flush,
dispose
long
getSize ()
boolean
isReadable ()
boolean
isWritable ()
boolean
isResizable ()
void
setPosition (long position)
long
getPosition ()
long
skip (long nb)
void
skipAll (long nb)
int
read ()
byte[]
read (int nb)
byte[]
read (byte[] buffer)
byte[]
read (byte[] buffer, int offset, int length)
void
write (byte b)
void
write (byte[] buffer)
void
write (byte[] buffer, int offset, int length)
void
insert (byte b)
void
insert (byte[] buffer)
void
insert (byte[] buffer, int offset, int length)
void
remove (int nb)
void
flush ()
void
dispose ()
author Johann Sorel