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, skip
public static InputStream createDeltaStream(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner) throws SVNException
SVNException
public static InputStream createDeltaStream(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner) throws SVNException
SVNException
public int read(byte[] buf, int offset, int length) throws IOException
read
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
public static FSInputStream.FSRepresentationState readRepresentationLine(FSFile file) throws SVNException
SVNException
Copyright © 2023. All rights reserved.