public abstract class AbstractByteWriteAdapter extends Object implements ByteWriteAdapter
Constructor and Description |
---|
AbstractByteWriteAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] b) |
void |
write(int b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
flush, write
public void write(int b) throws IOException
write
in interface ByteWriteAdapter
IOException
public void write(byte[] b) throws IOException
write
in interface ByteWriteAdapter
IOException
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.