Package org.apache.bcel.classfile
Class Signature.MyByteArrayInputStream
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
org.apache.bcel.classfile.Signature.MyByteArrayInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
Signature
Extends ByteArrayInputStream to make 'unreading' chars possible.
-
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, reset, skip
Methods inherited from class java.io.InputStream
read