Class ScannerSplitStream
- java.lang.Object
-
- java.io.OutputStream
-
- com.synopsys.integration.blackduck.service.model.ScannerSplitStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public class ScannerSplitStream extends java.io.OutputStream
-
-
Constructor Summary
Constructors Constructor Description ScannerSplitStream(com.synopsys.integration.log.IntLogger logger, java.io.OutputStream outputFileStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()java.lang.StringgetOutput()java.lang.BooleanhasOutput()voidwrite(byte[] byteArray)voidwrite(byte[] byteArray, int offset, int length)voidwrite(int codePoint)
-
-
-
Method Detail
-
getOutput
public java.lang.String getOutput()
-
hasOutput
public java.lang.Boolean hasOutput()
-
write
public void write(int codePoint) throws java.io.IOException- Specified by:
writein classjava.io.OutputStream- Throws:
java.io.IOException
-
write
public void write(byte[] byteArray) throws java.io.IOException- Overrides:
writein classjava.io.OutputStream- Throws:
java.io.IOException
-
write
public void write(byte[] byteArray, int offset, int length) throws java.io.IOException- Overrides:
writein classjava.io.OutputStream- Throws:
java.io.IOException
-
flush
public void flush() throws java.io.IOException- Specified by:
flushin interfacejava.io.Flushable- Overrides:
flushin classjava.io.OutputStream- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classjava.io.OutputStream- Throws:
java.io.IOException
-
-