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 Closeable
close
in interface AutoCloseable
IOException
public void flush() throws IOException
flush
in interface Flushable
IOException
public void write(int b) throws IOException
write
in interface org.jboss.marshalling.ByteOutput
IOException
public void write(byte[] b) throws IOException
write
in interface org.jboss.marshalling.ByteOutput
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in interface org.jboss.marshalling.ByteOutput
IOException
Copyright © 2014–2020 Redisson. All rights reserved.