Interface IAccessStream

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int read​(byte[] array)  
      long skip​(long diff)  
      • Methods inherited from interface java.io.Closeable

        close
    • Method Detail

      • read

        int read​(byte[] array)
          throws java.io.IOException
        Throws:
        java.io.IOException
      • skip

        long skip​(long diff)
           throws java.io.IOException
        Throws:
        java.io.IOException