| com.caucho.portal.generic.PortletCharBuffer
PortletCharBuffer | public interface PortletCharBuffer (Code) | | |
finish | public void finish()(Code) | | |
getCapacity | public int getCapacity()(Code) | | |
print | public boolean print(char buf, int off, int len)(Code) | | false if the buffer is full and the chars could not be written |
print | public boolean print(String str, int off, int len)(Code) | | false if the buffer is full and the chars could not be written |
print | public boolean print(int c)(Code) | | false if the buffer is full and the char could not be written |
reset | public void reset()(Code) | | |
|
|