Class NullByteOutput
java.lang.Object
cool.scx.io.NullByteOutput
- All Implemented Interfaces:
ByteOutput, AutoCloseable
NullByteOutput
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullByteOutput
public NullByteOutput()
-
-
Method Details
-
write
- Specified by:
writein interfaceByteOutput- Throws:
AlreadyClosedException
-
write
- Specified by:
writein interfaceByteOutput- Throws:
AlreadyClosedException
-
write
- Specified by:
writein interfaceByteOutput- Throws:
AlreadyClosedException
-
flush
- Specified by:
flushin interfaceByteOutput- Throws:
AlreadyClosedException
-
isClosed
public boolean isClosed()- Specified by:
isClosedin interfaceByteOutput
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceByteOutput
-