Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server.io
Class AbstractByteWriteAdapter

java.lang.Object
  extended by org.jboss.errai.bus.server.io.AbstractByteWriteAdapter
All Implemented Interfaces:
ByteWriteAdapter
Direct Known Subclasses:
MarkedByteWriteAdapter, OutputStreamWriteAdapter

public abstract class AbstractByteWriteAdapter
extends Object
implements ByteWriteAdapter

Author:
Mike Brock

Constructor Summary
AbstractByteWriteAdapter()
           
 
Method Summary
 void write(byte[] b)
           
 void write(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.errai.bus.server.io.ByteWriteAdapter
flush, write
 

Constructor Detail

AbstractByteWriteAdapter

public AbstractByteWriteAdapter()
Method Detail

write

public void write(int b)
           throws IOException
Specified by:
write in interface ByteWriteAdapter
Throws:
IOException

write

public void write(byte[] b)
           throws IOException
Specified by:
write in interface ByteWriteAdapter
Throws:
IOException

Errai 3.0.1-SNAPSHOT

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