public static class MarshallingCodec.ByteOutputWrapper extends Object implements org.jboss.marshalling.ByteOutput
| Constructor and Description |
|---|
ByteOutputWrapper(io.netty.buffer.ByteBuf byteBuf) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void flush()
throws IOException
flush in interface FlushableIOExceptionpublic void write(int b)
throws IOException
write in interface org.jboss.marshalling.ByteOutputIOExceptionpublic void write(byte[] b)
throws IOException
write in interface org.jboss.marshalling.ByteOutputIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in interface org.jboss.marshalling.ByteOutputIOExceptionCopyright © 2014–2019 Redisson. All rights reserved.