|
|||||||||
| Home >> All >> Util >> [ IO overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Util.IO
Class ByteSequence

java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.io.DataInputStream
Util.IO.ByteSequence
- All Implemented Interfaces:
- java.io.Closeable, java.io.DataInput
- public final class ByteSequence
- extends java.io.DataInputStream
| Nested Class Summary | |
private static class |
ByteSequence.ByteArrayStream
|
| Field Summary | |
private ByteSequence.ByteArrayStream |
byte_stream
|
| Fields inherited from class java.io.DataInputStream |
|
| Fields inherited from class java.io.FilterInputStream |
in |
| Constructor Summary | |
ByteSequence(byte[] bytes)
|
|
| Method Summary | |
int |
getIndex()
|
(package private) void |
unreadByte()
|
| Methods inherited from class java.io.DataInputStream |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes |
| Methods inherited from class java.io.FilterInputStream |
available, close, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
byte_stream
private ByteSequence.ByteArrayStream byte_stream
| Constructor Detail |
ByteSequence
public ByteSequence(byte[] bytes)
| Method Detail |
getIndex
public final int getIndex()
unreadByte
final void unreadByte()
|
|||||||||
| Home >> All >> Util >> [ IO overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC