Class ConcatenatingReader

java.lang.Object
java.io.Reader
java.io.FilterReader
com.jogamp.gluegen.pcpp.ConcatenatingReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public class ConcatenatingReader extends FilterReader
A Reader implementation which finds lines ending in the backslash character ('\') and concatenates them with the next line.