- All Superinterfaces:
org.refcodes.component.Closable
public interface BytesOutputStream
extends org.refcodes.component.Closable
(as
OutputStream does not provide some useful *interface*)- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.component.Closable
org.refcodes.component.Closable.CloseAutomaton, org.refcodes.component.Closable.CloseBuilder<B extends org.refcodes.component.Closable.CloseBuilder<B>> -
Method Summary
Methods inherited from interface org.refcodes.component.Closable
close, closeIn, closeQuietly, closeUnchecked
-
Method Details
-
write
Write.- Parameters:
b- the b- Throws:
IOException- the open exception
-
write
Write.- Parameters:
b- the b- Throws:
IOException- the open exception
-
write
Write.- Parameters:
b- the boff- the offlen- the len- Throws:
IOException- the open exception
-
flush
Flush.- Throws:
IOException- the open exception
-