public class AppendableAcceptor<R> extends AbstractIntAcceptor<R>
| Constructor and Description |
|---|
AppendableAcceptor(Appendable appendable) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptInt(int value)
Accept an
int, after closed check and test for end of data. |
accept, acceptclose, isClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, accept, accept, accept, accept, acceptflush, getResult, isClosed, isComplete, safeClosecloseandThenpublic AppendableAcceptor(Appendable appendable)
public void acceptInt(int value)
int, after closed check and test for end of data. Forward the value to the
Appendable as a char.acceptInt in class AbstractIntAcceptor<R>value - the input valueCopyright © 2025. All rights reserved.