Package sk.iway.iwcm.io
Class IwcmOutputStream
java.lang.Object
java.io.OutputStream
sk.iway.iwcm.io.IwcmOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
IwcmOutputStream.java
-
Constructor Summary
ConstructorsConstructorDescriptionIwcmOutputStream(File file) IwcmOutputStream(String filename) IwcmOutputStream(String filename, boolean isVirtualPath) IwcmOutputStream(IwcmFile file) -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
IwcmOutputStream
- Throws:
IOException
-
IwcmOutputStream
- Throws:
IOException
-
IwcmOutputStream
- Throws:
IOException
-
IwcmOutputStream
- Throws:
IOException
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-