Class BinaryFileWriter
- java.lang.Object
-
- io.perfana.events.springboot.actuator.BinaryFileWriter
-
- All Implemented Interfaces:
AutoCloseable
public class BinaryFileWriter extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description BinaryFileWriter(OutputStream outputStream)
-
-
-
Constructor Detail
-
BinaryFileWriter
public BinaryFileWriter(OutputStream outputStream)
-
-
Method Detail
-
write
public long write(InputStream inputStream) throws IOException
- Throws:
IOException
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-