Class OnDemandLongArray

java.lang.Object
loci.formats.tiff.OnDemandLongArray

public class OnDemandLongArray extends Object
Author:
Melissa Linkert melissa at glencoesoftware.com
  • Field Details

    • stream

      private transient loci.common.RandomAccessInputStream stream
    • size

      private int size
    • start

      private long start
  • Constructor Details

    • OnDemandLongArray

      public OnDemandLongArray(loci.common.RandomAccessInputStream in) throws IOException
      Throws:
      IOException
  • Method Details

    • setSize

      public void setSize(int size)
    • getStream

      public loci.common.RandomAccessInputStream getStream()
    • setStream

      public void setStream(loci.common.RandomAccessInputStream in)
    • get

      public long get(int index) throws IOException
      Throws:
      IOException
    • size

      public long size()
    • toArray

      public long[] toArray() throws IOException
      Throws:
      IOException
    • close

      public void close() throws IOException
      Throws:
      IOException