Package ipsk.io

Class FramedEditingInputStream

    • Constructor Summary

      Constructors 
      Constructor Description
      FramedEditingInputStream​(java.io.InputStream is, int frameSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class java.io.InputStream

        available, mark, markSupported, readAllBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

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

      • is

        protected java.io.InputStream is
    • Constructor Detail

      • FramedEditingInputStream

        public FramedEditingInputStream​(java.io.InputStream is,
                                        int frameSize)
        Parameters:
        frameSize -
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class java.io.InputStream
        Throws:
        java.io.IOException