| Package | Description |
|---|---|
| com.phloc.commons.charset | |
| com.phloc.commons.state |
| Modifier and Type | Method and Description |
|---|---|
EFinish |
StringEncoder.encode(String sSource,
ByteBuffer aDestBuffer)
Encodes string into destination.
|
| Modifier and Type | Method and Description |
|---|---|
EFinish |
EFinish.and(IFinishIndicator aFinish) |
EFinish |
EFinish.or(IFinishIndicator aFinish) |
static EFinish |
EFinish.valueOf(boolean bFinished) |
static EFinish |
EFinish.valueOf(IFinishIndicator aFinishIndicator) |
static EFinish |
EFinish.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFinish[] |
EFinish.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006–2014 phloc systems. All rights reserved.