Package de.inetsoftware.classparser
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 java.io.ByteArrayInputStream
buf, count, mark, pos
-
Constructor Summary
Constructors -
Method Summary
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
-
ByteCodeArrayInputStream
ByteCodeArrayInputStream(byte[] buf, int offset, int length)
-
-
Method Details
-
getCodePosition
int getCodePosition()
-