Class CodeInputStream.ByteCodeArrayInputStream
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
de.inetsoftware.classparser.CodeInputStream.ByteCodeArrayInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
- Enclosing class:
CodeInputStream
-
Field Summary
Fields inherited from class ByteArrayInputStream
buf, count, mark, pos -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ByteArrayInputStream
available, close, mark, markSupported, read, read, readAllBytes, readNBytes, reset, skip, transferToMethods inherited from class InputStream
nullInputStream, read, readNBytes, skipNBytes
-
Constructor Details
-
ByteCodeArrayInputStream
ByteCodeArrayInputStream(byte[] buf, int offset, int length)
-
-
Method Details
-
getCodePosition
int getCodePosition()
-