public class NoFlushByteOutput extends Object implements org.jboss.marshalling.ByteOutput
| Constructor and Description |
|---|
NoFlushByteOutput(org.jboss.marshalling.ByteOutput delegate) |
| 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 NoFlushByteOutput(org.jboss.marshalling.ByteOutput delegate)
public 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.ByteOutputIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void flush()
throws IOException
flush in interface FlushableIOExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.