Package org.apache.bcel.util
Class ByteSequence.ByteArrayStream
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
org.apache.bcel.util.ByteSequence.ByteArrayStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- ByteSequence
-
Field Summary
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) int
(package private) void
Methods inherited from class java.io.ByteArrayInputStream
available, close, mark, markSupported, read, read, readAllBytes, readNBytes, reset, skip, transferTo
Methods inherited from class java.io.InputStream
nullInputStream, read, readNBytes, skipNBytes
-
Constructor Details
-
ByteArrayStream
ByteArrayStream(byte[] bytes)
-
-
Method Details
-
getPosition
int getPosition() -
unreadByte
void unreadByte()
-