Package deltix.util.io.aeron
Class AeronOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- deltix.util.io.aeron.AeronOutputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.io.Flushable
,java.lang.AutoCloseable
@Deprecated public class AeronOutputStream extends java.io.OutputStream
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated.void
write(byte[] b, int off, int len)
Deprecated.void
write(int b)
Deprecated.
-
-
-
Method Detail
-
write
public void write(int b) throws java.io.IOException
Deprecated.- Specified by:
write
in classjava.io.OutputStream
- Throws:
java.io.IOException
-
write
public void write(byte[] b, int off, int len) throws java.io.IOException
Deprecated.- Overrides:
write
in classjava.io.OutputStream
- Throws:
java.io.IOException
-
close
public void close()
Deprecated.- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Overrides:
close
in classjava.io.OutputStream
-
-