Class SVNLogStream
java.lang.Object
java.io.OutputStream
org.tmatesoft.svn.core.internal.util.SVNLogStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Version:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ByteArrayOutputStreamprivate ISVNDebugLogprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidflush()voidflushBuffer(boolean force) voidwrite(byte[] b, int off, int len) voidwrite(int b) Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Field Details
-
myLog
-
myBuffer
-
myPrefix
-
-
Constructor Details
-
SVNLogStream
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flushBuffer
public void flushBuffer(boolean force)
-