Class SVNDumpStreamParser
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNDumpStreamParser
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparseDumpStream(InputStream dumpStream, ISVNLoadHandler handler, CharsetDecoder decoder) private longparsePropertyBlock(InputStream dumpStream, ISVNLoadHandler handler, CharsetDecoder decoder, long contentLength, boolean isNode) private MapreadHeaderBlock(InputStream dumpStream, String firstHeader, CharsetDecoder decoder)
-
Field Details
-
myCanceller
-
-
Constructor Details
-
SVNDumpStreamParser
-
-
Method Details
-
parseDumpStream
public void parseDumpStream(InputStream dumpStream, ISVNLoadHandler handler, CharsetDecoder decoder) throws SVNException - Throws:
SVNException
-
parsePropertyBlock
private long parsePropertyBlock(InputStream dumpStream, ISVNLoadHandler handler, CharsetDecoder decoder, long contentLength, boolean isNode) throws SVNException - Throws:
SVNException
-
readHeaderBlock
private Map readHeaderBlock(InputStream dumpStream, String firstHeader, CharsetDecoder decoder) throws SVNException, IOException - Throws:
SVNExceptionIOException
-