@Internal public class RefCountedFileWithStream extends RefCountedFile
File
.closed
Modifier and Type | Method and Description |
---|---|
long |
getLength() |
OffsetAwareOutputStream |
getStream() |
static RefCountedFileWithStream |
newFile(File file,
OutputStream currentOut) |
static RefCountedFileWithStream |
restoredFile(File file,
OutputStream currentOut,
long bytesInCurrentPart) |
void |
write(byte[] b,
int off,
int len) |
getFile, getReferenceCounter, release, retain
public OffsetAwareOutputStream getStream()
public long getLength()
public void write(byte[] b, int off, int len) throws IOException
IOException
public static RefCountedFileWithStream newFile(File file, OutputStream currentOut) throws IOException
IOException
public static RefCountedFileWithStream restoredFile(File file, OutputStream currentOut, long bytesInCurrentPart)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.