|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface StreamingEncoderWritable
Marks a class capable of encoding itself with given EncodesToWriter instance to given Writer instance
Method Summary | |
---|---|
void
|
encodeTo(java.io.Writer writer, EncodesToWriter encoder)
Asks the instance to use given writer and EncodesToWriter instance to encode it's content |
Method Detail |
---|
public void encodeTo(java.io.Writer writer, EncodesToWriter encoder)
writer
- the target writer instanceencoder
- the encoder
Groovy Documentation