Package nom.tam.util

Class BufferedDataInputStream

All Implemented Interfaces:
Closeable, DataInput, AutoCloseable, ArrayDataInput, FitsIO, InputReader

@Deprecated public class BufferedDataInputStream extends FitsInputStream
Deprecated.
Use FitsInputStream instead which provides the same functionality with a less misleading name, or else use ArrayInputStream as a base for a more generic implementation for any (non-FITS) encoding.
  • Constructor Details

    • BufferedDataInputStream

      public BufferedDataInputStream(InputStream i, int bufLength)
      Deprecated.
      Constructs a new buffered FITS input stream
      Parameters:
      i - the underlying input stream
      bufLength - the size of the buffer in bytes
    • BufferedDataInputStream

      public BufferedDataInputStream(InputStream i)
      Deprecated.
      Constructs a new buffered FITS input stream with the default buffer size.
      Parameters:
      i - the underlying input stream