Interface ByteReader
- All Known Implementing Classes:
RandomAccessPolozky
public interface ByteReader
Interface for reading bytes from a source, with support for closing the underlying resource.
-
Method Summary
-
Method Details
-
read
- Throws:
IOException
-
close
- Throws:
IOException
-