public class FSInputStream extends InputStream
| Modifier and Type | Class and Description |
|---|---|
static class |
FSInputStream.FSRepresentationState |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static InputStream |
createDeltaStream(SVNDeltaCombiner combiner,
FSRepresentation fileRep,
FSFS owner) |
static InputStream |
createDeltaStream(SVNDeltaCombiner combiner,
FSRevisionNode fileNode,
FSFS owner) |
int |
read() |
int |
read(byte[] buf,
int offset,
int length) |
static FSInputStream.FSRepresentationState |
readRepresentationLine(FSFile file) |
available, mark, markSupported, read, reset, skippublic static InputStream createDeltaStream(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner) throws SVNException
SVNExceptionpublic static InputStream createDeltaStream(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner) throws SVNException
SVNExceptionpublic int read(byte[] buf,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreampublic static FSInputStream.FSRepresentationState readRepresentationLine(FSFile file) throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.