Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server.io
Interface ByteWriteAdapter

All Known Implementing Classes:
AbstractByteWriteAdapter, MarkedByteWriteAdapter, OutputStreamWriteAdapter

public interface ByteWriteAdapter

Author:
Mike Brock

Method Summary
 void flush()
           
 void write(byte b)
           
 void write(byte[] b)
           
 void write(int b)
           
 

Method Detail

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

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.