|
|||||||||
| 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.ByteArrayStream

java.lang.Objectjava.io.InputStream
java.io.ByteArrayInputStream
Util.IO.ByteSequence.ByteArrayStream
- All Implemented Interfaces:
- java.io.Closeable
- Enclosing class:
- ByteSequence
- private static final class ByteSequence.ByteArrayStream
- extends java.io.ByteArrayInputStream
| Field Summary |
| Fields inherited from class java.io.ByteArrayInputStream |
buf, count, mark, pos |
| Constructor Summary | |
(package private) |
ByteSequence.ByteArrayStream(byte[] bytes)
|
| Method Summary | |
(package private) int |
getPosition()
|
(package private) void |
unreadByte()
|
| Methods inherited from class java.io.ByteArrayInputStream |
available, mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.io.InputStream |
close, read |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ByteSequence.ByteArrayStream
ByteSequence.ByteArrayStream(byte[] bytes)
| Method Detail |
getPosition
final int getPosition()
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