Class OutputStreamEventHandler
java.lang.Object
java.io.OutputStream
net.mcreator.io.OutputStreamEventHandler
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class OutputStream
flush, nullOutputStream, write
-
Constructor Details
-
OutputStreamEventHandler
-
-
Method Details
-
write
public void write(int i) - Specified by:
writein classOutputStream
-
write
public void write(@Nonnull byte[] b, int off, int len) - Overrides:
writein classOutputStream
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream
-