@Internal public abstract class RefCountedFSOutputStream extends FSDataOutputStream implements RefCounted
FSDataOutputStream
with the RefCounted
functionality.Constructor and Description |
---|
RefCountedFSOutputStream() |
Modifier and Type | Method and Description |
---|---|
abstract File |
getInputFile()
Gets the underlying
File that allows to read the contents of the file. |
abstract boolean |
isClosed()
Checks if the file is closed for writes.
|
close, flush, getPos, sync
write, write, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
release, retain
public abstract File getInputFile()
File
that allows to read the contents of the file.public abstract boolean isClosed() throws IOException
true
if the file is closed, false
otherwise.IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.