public class SkipLeadingWhiteSpaceInputStream
extends org.apache.commons.io.input.ProxyInputStream
InputStream.mark(int)
.
Only ASCII whitespace (space/U+0020, \t
/U+0009, \n
/U+000A, vertical tab/U+000b, \r
/U+000D) is skipped.in
Constructor and Description |
---|
SkipLeadingWhiteSpaceInputStream(InputStream proxy) |
Modifier and Type | Method and Description |
---|---|
protected void |
beforeRead(int n) |
public SkipLeadingWhiteSpaceInputStream(InputStream proxy)
protected void beforeRead(int n) throws IOException
beforeRead
in class org.apache.commons.io.input.ProxyInputStream
IOException
Copyright © 2009–2021 Crawler-Commons. All rights reserved.