类 FullReadInputStream

  • 所有已实现的接口:
    Closeable, AutoCloseable

    public class FullReadInputStream
    extends FilterInputStream
    InputStream wrapper that provides methods to aggregate reads of a given size. c.f. readFully(byte[],int,int).