Package com.bayesserver
Interface WriteStreamAction
-
public interface WriteStreamAction
Provides an output stream that can be written to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(OutputStream output)
Write to a the stream.
-
-
-
Method Detail
-
write
void write(OutputStream output)
Write to a the stream.- Parameters:
output
- The stream to write to.
-
-