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 ByteArrayOutputStream
private ISVNDebugLog
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
flush()
void
flushBuffer
(boolean force) void
write
(byte[] b, int off, int len) void
write
(int b) Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Field Details
-
myLog
-
myBuffer
-
myPrefix
-
-
Constructor Details
-
SVNLogStream
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
flushBuffer
public void flushBuffer(boolean force)
-