Interface SmooshedWriter
-
- All Superinterfaces:
AutoCloseable,Channel,Closeable,GatheringByteChannel,WritableByteChannel
- All Known Implementing Classes:
FileSmoosher.Outer
public interface SmooshedWriter extends Closeable, GatheringByteChannel
-
-
Method Summary
-
Methods inherited from interface java.nio.channels.GatheringByteChannel
write, write
-
Methods inherited from interface java.nio.channels.WritableByteChannel
write
-
-