public class BomAwareInputStream extends PushbackInputStream
buf, pos
in
Constructor and Description |
---|
BomAwareInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
Charset |
getDetectedCharset()
Returns detected charset name.
|
protected void |
init() |
available, close, mark, markSupported, read, read, reset, skip, unread, unread, unread
read
public BomAwareInputStream(InputStream in) throws IOException
IOException
public Charset getDetectedCharset()
protected void init() throws IOException
IOException
Copyright © 2023 Liquibase.org. All rights reserved.