Uses of Class
java.nio.Buffer
| Package | Description |
|---|---|
| java.nio | |
| org.robovm.rt.bro |
-
Uses of Buffer in java.nio
Subclasses of Buffer in java.nio Modifier and Type Class Description classByteBufferA buffer for bytes.classCharBufferA buffer of chars.classDoubleBufferA buffer of doubles.classFloatBufferA buffer of floats.classIntBufferA buffer of ints.classLongBufferA buffer of longs.classMappedByteBufferMappedByteBufferis a special kind of direct byte buffer which maps a region of file to memory.classShortBufferA buffer of shorts.Methods in java.nio that return Buffer Modifier and Type Method Description BufferBuffer. clear()Clears this buffer.BufferBuffer. flip()Flips this buffer.BufferBuffer. limit(int newLimit)Sets the limit of this buffer.BufferBuffer. mark()Marks the current position, so that the position may return to this point later by callingreset().BufferBuffer. position(int newPosition)Sets the position of this buffer.BufferBuffer. reset()Resets the position of this buffer to themark.BufferBuffer. rewind()Rewinds this buffer. -
Uses of Buffer in org.robovm.rt.bro
Methods in org.robovm.rt.bro with parameters of type Buffer Modifier and Type Method Description static longBufferMarshalers.BufferMarshaler. getBufferAddress(Buffer buffer)static longBufferMarshalers.BufferMarshaler. toNative(Buffer buffer, long flags)