org.jboss.errai.bus.server.io
Class AbstractByteWriteAdapter
java.lang.Object
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
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 |
AbstractByteWriteAdapter
public AbstractByteWriteAdapter()
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
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.