public class SqlParser extends Object implements Closeable
public SqlParser(InputStream inputStream)
public static SqlParser of(InputStream inputStream)
public static SqlParser of(File file) throws IOException
IOExceptionpublic String read() throws IOException
IOExceptionpublic SqlParser read(Function<String,Boolean> fun) throws IOException
IOExceptionpublic SqlParser reset() throws IOException
IOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableIOExceptionCopyright © 2024 EFCloud. All rights reserved.