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 Closeable
close
in interface AutoCloseable
IOException
public int read() throws IOException
read
in interface org.jboss.marshalling.ByteInput
IOException
public int read(byte[] b) throws IOException
read
in interface org.jboss.marshalling.ByteInput
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in interface org.jboss.marshalling.ByteInput
IOException
public int available() throws IOException
available
in interface org.jboss.marshalling.ByteInput
IOException
public long skip(long n) throws IOException
skip
in interface org.jboss.marshalling.ByteInput
IOException
Copyright © 2014–2020 Redisson. All rights reserved.