Package com.bayesserver
Interface WriteStreamAction
-
public interface WriteStreamActionProvides an output stream that can be written to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(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.
-
-