MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / flush

Method flush

vm/JavaAPI/src/java/io/Writer.java:58–58  ·  view source on GitHub ↗

Flush the stream. If the stream has saved any characters from the various write() methods in a buffer, write them immediately to their intended destination. Then, if that destination is another character or byte stream, flush it. Thus one flush() invocation will flush all the buffers in a chain of W

()

Source from the content-addressed store, hash-verified

56 * Flush the stream. If the stream has saved any characters from the various write() methods in a buffer, write them immediately to their intended destination. Then, if that destination is another character or byte stream, flush it. Thus one flush() invocation will flush all the buffers in a chain of Writers and OutputStreams.
57 */
58 public abstract void flush() throws java.io.IOException;
59
60 /**
61 * Write an array of characters.

Callers 3

buildRequestBodyMethod · 0.95
logThrowableMethod · 0.95
printMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected