public class BufferInputStream extends Object implements AutoCloseable
Constructor and Description |
---|
BufferInputStream(InputStream stream) |
BufferInputStream(InputStream stream,
int bufferSize) |
public BufferInputStream(InputStream stream, int bufferSize)
public BufferInputStream(InputStream stream)
public byte[] read() throws IOException
IOException
public void close() throws IOException
close
in interface AutoCloseable
IOException
Copyright © 2022 The Apache Software Foundation. All rights reserved.