Java org.apache.hadoop.fs FSDataOutputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.fs FSDataOutputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.fs FSDataOutputStream.

The text is from its open source code.

Subclass

org.apache.hadoop.fs.FSDataOutputStream has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidclose()
Close the underlying output stream.
longgetPos()
Get the current position in the output stream.
OutputStreamgetWrappedStream()
Get a reference to the wrapped output stream.
voidhflush()
voidhsync()