@Public public abstract class FSDataOutputStream extends OutputStream
FileSystem.| Constructor and Description |
|---|
FSDataOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
flush() |
abstract void |
sync() |
close, write, write, writepublic abstract void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic abstract void sync()
throws IOException
IOExceptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.