Class Utils.ReusableBufferedDataInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.DataInput, java.lang.AutoCloseable
    Enclosing class:
    Utils

    static final class Utils.ReusableBufferedDataInputStream
    extends java.io.DataInputStream
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void close()  
      void mark​(int readlimit)
      Deprecated.
      boolean markSupported()  
      void reset()
      Deprecated.
      (package private) void setInputStream​(java.io.InputStream in)  
      • Methods inherited from class java.io.DataInputStream

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

        available, read, skip
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReusableBufferedDataInputStream

        ReusableBufferedDataInputStream()
    • Method Detail

      • setInputStream

        void setInputStream​(java.io.InputStream in)
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class java.io.FilterInputStream
      • markSupported

        public boolean markSupported()
        Overrides:
        markSupported in class java.io.FilterInputStream
      • mark

        @Deprecated
        public void mark​(int readlimit)
        Deprecated.
        Overrides:
        mark in class java.io.FilterInputStream
      • reset

        @Deprecated
        public void reset()
        Deprecated.
        Overrides:
        reset in class java.io.FilterInputStream