public class SdkBufferedInputStream extends BufferedInputStream
| Constructor and Description |
|---|
SdkBufferedInputStream(InputStream in) |
SdkBufferedInputStream(InputStream in,
int size) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
readpublic SdkBufferedInputStream(InputStream in)
public SdkBufferedInputStream(InputStream in, int size)
public int read()
throws IOException
read in class BufferedInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class BufferedInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class BufferedInputStreamIOExceptionpublic int available()
throws IOException
available in class BufferedInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class BufferedInputStreamIOExceptionpublic void mark(int readlimit)
mark in class BufferedInputStreampublic void reset()
throws IOException
reset in class BufferedInputStreamIOExceptionpublic boolean markSupported()
markSupported in class BufferedInputStreamCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.