Modifier and Type | Method and Description |
---|---|
static Funnel<byte[]> |
byteArrayFunnel()
Returns a funnel that extracts the bytes from a
byte array. |
static Funnel<CharSequence> |
stringFunnel()
Returns a funnel that extracts the characters from a
CharSequence . |
public static Funnel<byte[]> byteArrayFunnel()
byte
array.public static Funnel<CharSequence> stringFunnel()
CharSequence
.Copyright © 2010-2012. All Rights Reserved.