public class FSInputStream
extends java.io.InputStream
| Modifier and Type | Class and Description |
|---|---|
static class |
FSInputStream.FSRepresentationState |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static java.io.InputStream |
createDeltaStream(SVNDeltaCombiner combiner,
FSRepresentation fileRep,
FSFS owner) |
static java.io.InputStream |
createDeltaStream(SVNDeltaCombiner combiner,
FSRevisionNode fileNode,
FSFS owner) |
int |
read() |
int |
read(byte[] buf,
int offset,
int length) |
static FSInputStream.FSRepresentationState |
readRepresentationLine(FSFile file) |
public static java.io.InputStream createDeltaStream(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner) throws SVNException
SVNExceptionpublic static java.io.InputStream createDeltaStream(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner) throws SVNException
SVNExceptionpublic int read(byte[] buf,
int offset,
int length)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreampublic static FSInputStream.FSRepresentationState readRepresentationLine(FSFile file) throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.