Package 

Class ByteCodeInputStream

  • All Implemented Interfaces:
    java.io.Closeable , java.io.DataInput , java.lang.AutoCloseable , org.gjt.jclasslib.io.ByteCodeInput

    
    public final class ByteCodeInputStream
    extends DataInputStream implements ByteCodeInput
                        

    DataInputStream which extends ByteCodeInput.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer bytesRead
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Integer getBytesRead() Get the number of bytes read.
      • Methods inherited from class java.io.FilterInputStream

        available, close, mark, markSupported, read, reset, skip
      • Methods inherited from class java.io.DataInputStream

        read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUTF, readUnsignedByte, readUnsignedShort, skipBytes
      • Methods inherited from class java.io.InputStream

        readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait