org.refcodes.component.Closablepublic interface ByteDatagramOutputStream
extends org.refcodes.component.Closable
OutputStream does not provide some useful *interface*)OutputStream| Modifier and Type | Method | Description |
|---|---|---|
void |
flush() |
Flush.
|
void |
write(byte[] b) |
Write.
|
void |
write(byte[] b,
int off,
int len) |
Write.
|
void |
write(int b) |
Write.
|
void write(int b)
throws org.refcodes.component.OpenException
b - the borg.refcodes.component.OpenException - the open exceptionvoid write(byte[] b)
throws org.refcodes.component.OpenException
b - the borg.refcodes.component.OpenException - the open exceptionvoid write(byte[] b,
int off,
int len)
throws org.refcodes.component.OpenException
b - the boff - the offlen - the lenorg.refcodes.component.OpenException - the open exceptionvoid flush()
throws org.refcodes.component.OpenException
org.refcodes.component.OpenException - the open exceptionCopyright © 2018. All rights reserved.