class HBaseSaslRpcClient.WrappedInputStream extends FilterInputStream
| Modifier and Type | Field and Description | 
|---|---|
private ByteBuffer | 
unwrappedRpcBuffer  | 
in| Constructor and Description | 
|---|
WrappedInputStream(InputStream in)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
read()  | 
int | 
read(byte[] b)  | 
int | 
read(byte[] buf,
    int off,
    int len)  | 
private void | 
readNextRpcPacket()  | 
available, close, mark, markSupported, reset, skipprivate ByteBuffer unwrappedRpcBuffer
public WrappedInputStream(InputStream in) throws IOException
IOExceptionpublic int read() throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b) throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] buf, int off, int len) throws IOException
read in class FilterInputStreamIOExceptionprivate void readNextRpcPacket() throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.