Class SVNCharsetConvertor
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.util.SVNCharsetConvertor
-
public class SVNCharsetConvertor extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNCharsetConvertor(java.nio.charset.CharsetDecoder decoder, java.nio.charset.CharsetEncoder encoder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffer
convertChunk(byte[] b, int offset, int length, java.nio.ByteBuffer dst, boolean endOfInput)
java.nio.ByteBuffer
flush(java.nio.ByteBuffer dst)
SVNCharsetConvertor
reset()
java.lang.String
toString()
-
-
-
Method Detail
-
reset
public SVNCharsetConvertor reset()
-
convertChunk
public java.nio.ByteBuffer convertChunk(byte[] b, int offset, int length, java.nio.ByteBuffer dst, boolean endOfInput) throws SVNException
- Throws:
SVNException
-
flush
public java.nio.ByteBuffer flush(java.nio.ByteBuffer dst) throws SVNException
- Throws:
SVNException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-