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, skip
private ByteBuffer unwrappedRpcBuffer
public WrappedInputStream(InputStream in) throws IOException
IOException
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b) throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] buf, int off, int len) throws IOException
read
in class FilterInputStream
IOException
private void readNextRpcPacket() throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.