net.jangaroo.utils
Class BOMStripperInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.PushbackInputStream
net.jangaroo.utils.BOMStripperInputStream
- All Implemented Interfaces:
- Closeable
public class BOMStripperInputStream
- extends PushbackInputStream
Thanks sabre150, http://forums.sun.com/thread.jspa?messageID=10324562#10324562
| Methods inherited from class java.io.PushbackInputStream |
available, close, mark, markSupported, read, read, reset, skip, unread, unread, unread |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOMStripperInputStream
public BOMStripperInputStream(InputStream is)
throws IOException
- Throws:
IOException
Copyright © 2002–2014 CoreMedia AG. All rights reserved.