Package nom.tam.util

Interface InputReader

All Known Subinterfaces:
ArrayDataInput, RandomAccess, RandomAccessFileIO, ReadWriteAccess
All Known Implementing Classes:
ArrayDataFile, ArrayInputStream, BufferedDataInputStream, BufferedFile, ByteArrayIO, FitsFile, FitsInputStream

public interface InputReader
Interface for asic binary input reading functionality.
Since:
1.16
Author:
Attila Kovacs
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Wraps an input stream with this interface.
    int
    Reads a byte.
    int
    read(byte[] b, int from, int length)
    Reads up to the specified number of bytes into a buffer.