net.jangaroo.utils
Class BOMStripperInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.io.PushbackInputStream
              extended by net.jangaroo.utils.BOMStripperInputStream
All Implemented Interfaces:
Closeable

public class BOMStripperInputStream
extends PushbackInputStream

Thanks sabre150, http://forums.sun.com/thread.jspa?messageID=10324562#10324562


Field Summary
 
Fields inherited from class java.io.PushbackInputStream
buf, pos
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
BOMStripperInputStream(InputStream is)
           
 
Method Summary
 
Methods inherited from class java.io.PushbackInputStream
available, close, mark, markSupported, read, read, reset, skip, unread, unread, unread
 
Methods inherited from class java.io.FilterInputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BOMStripperInputStream

public BOMStripperInputStream(InputStream is)
                       throws IOException
Throws:
IOException


Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.