Class ByteSourceArray

    • Constructor Detail

      • ByteSourceArray

        public ByteSourceArray​(java.lang.String filename,
                               byte[] bytes)
      • ByteSourceArray

        public ByteSourceArray​(byte[] bytes)
    • Method Detail

      • getBlock

        public byte[] getBlock​(long startLong,
                               int length)
                        throws java.io.IOException
        Specified by:
        getBlock in class ByteSource
        Throws:
        java.io.IOException
      • getAll

        public byte[] getAll()
                      throws java.io.IOException
        Specified by:
        getAll in class ByteSource
        Throws:
        java.io.IOException