Re: parseCOSStream defined twice

2015-04-07 Thread Tilman Hausherr
Am 02.04.2015 um 15:36 schrieb Andrea Vacondio: I see parseCOSStream is defined in BaseParser and COSParser is it on purpose? They kinda look like duplicates so I was wandering if it's a mistake and one can go. I found one roadblock: COSParser expects a seekable input stream for the validateS

Re: parseCOSStream defined twice

2015-04-05 Thread Tilman Hausherr
Am 02.04.2015 um 15:36 schrieb Andrea Vacondio: I see parseCOSStream is defined in BaseParser and COSParser is it on purpose? They kinda look like duplicates so I was wandering if it's a mistake and one can go. It's not a mistake... in the early days, there was the sequential parser. Later, th

parseCOSStream defined twice

2015-04-02 Thread Andrea Vacondio
I see parseCOSStream is defined in BaseParser and COSParser is it on purpose? They kinda look like duplicates so I was wandering if it's a mistake and one can go.