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
SVNException
public static java.io.InputStream createDeltaStream(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner) throws SVNException
SVNException
public int read(byte[] buf, int offset, int length) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
public static FSInputStream.FSRepresentationState readRepresentationLine(FSFile file) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.