public static class MarshallingCodec.ByteInputWrapper extends Object implements org.jboss.marshalling.ByteInput
| Constructor and Description |
|---|
ByteInputWrapper(io.netty.buffer.ByteBuf byteBuf) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic int read()
throws IOException
read in interface org.jboss.marshalling.ByteInputIOExceptionpublic int read(byte[] b)
throws IOException
read in interface org.jboss.marshalling.ByteInputIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in interface org.jboss.marshalling.ByteInputIOExceptionpublic int available()
throws IOException
available in interface org.jboss.marshalling.ByteInputIOExceptionpublic long skip(long n)
throws IOException
skip in interface org.jboss.marshalling.ByteInputIOExceptionCopyright © 2014–2021 Redisson. All rights reserved.