Uses of Class
libcore.io.BufferIterator
| Package | Description |
|---|---|
| libcore.io | |
| libcore.util |
-
Uses of BufferIterator in libcore.io
Subclasses of BufferIterator in libcore.io Modifier and Type Class Description classHeapBufferIteratorIterates over big- or little-endian bytes in a Java byte[].classNioBufferIteratorIterates over big- or little-endian bytes on the native heap.Methods in libcore.io that return BufferIterator Modifier and Type Method Description BufferIteratorMemoryMappedFile. bigEndianIterator()Returns a new iterator that treats the mapped data as big-endian.static BufferIteratorHeapBufferIterator. iterator(byte[] buffer, int offset, int byteCount, ByteOrder order)Returns a new iterator overbuffer, starting atoffsetand continuing forbyteCountbytes.BufferIteratorMemoryMappedFile. littleEndianIterator()Returns a new iterator that treats the mapped data as little-endian. -
Uses of BufferIterator in libcore.util
Methods in libcore.util with parameters of type BufferIterator Modifier and Type Method Description static TimeZoneZoneInfo. makeTimeZone(String id, BufferIterator it)