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

    Modifier and Type
    Method
    Description
    void
     
    int
    read​(byte[] b)