Methods' Details |
writeBytes
- Description
- writes the whole sequence to the stream. (blocking call)
|
|
flush
- Description
- flushes out of the stream any data that may exist in buffers.
The semantics of this method are rather vague. See
XAsyncOutputMonitor::waitForCompletion for a similar method
with very specific semantics, that is useful in certain scenarios.
|
|
closeOutput
- Description
- gets called to indicate that all data has been written.
If this method has not yet been called, no attached
XInputStream receives an EOF signal. No further
bytes may be written after this method has been called.
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.