| com.caucho.portal.generic.PortletByteBuffer
PortletByteBuffer | public interface PortletByteBuffer (Code) | | |
finish | public void finish()(Code) | | |
getCapacity | public int getCapacity()(Code) | | |
reset | public void reset()(Code) | | |
write | public boolean write(byte[] buf, int off, int len)(Code) | | false if the buffer is full and the bytes could not be written |
write | public boolean write(int b)(Code) | | false if the buffer is full and the byte could not be written |
|
|