Modifier and Type | Class and Description |
---|---|
private static class |
Funnels.StringCharsetFunnel.SerializedForm |
Modifier and Type | Field and Description |
---|---|
private java.nio.charset.Charset |
charset |
Constructor and Description |
---|
StringCharsetFunnel(java.nio.charset.Charset charset) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
void |
funnel(java.lang.CharSequence from,
PrimitiveSink into)
Sends a stream of data from the
from object into the sink into . |
int |
hashCode() |
java.lang.String |
toString() |
(package private) java.lang.Object |
writeReplace() |
public void funnel(java.lang.CharSequence from, PrimitiveSink into)
Funnel
from
object into the sink into
. There is no
requirement that this data be complete enough to fully reconstitute the object later.public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
java.lang.Object writeReplace()