org.jboss.errai.bus.server.io
Interface ByteWriteAdapter
- All Known Implementing Classes:
- AbstractByteWriteAdapter, MarkedByteWriteAdapter, OutputStreamWriteAdapter
public interface ByteWriteAdapter
- Author:
- Mike Brock
write
void write(int b)
throws IOException
- Throws:
IOException
write
void write(byte b)
throws IOException
- Throws:
IOException
write
void write(byte[] b)
throws IOException
- Throws:
IOException
flush
void flush()
throws IOException
- Throws:
IOException
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.