| 构造器和说明 |
|---|
StreamProvider(InputStream stream) |
StreamProvider(InputStream stream,
String charsetName) |
StreamProvider(Reader reader) |
public StreamProvider(Reader reader)
public StreamProvider(InputStream stream) throws IOException
IOExceptionpublic StreamProvider(InputStream stream, String charsetName) throws IOException
IOExceptionpublic int read(char[] buffer,
int off,
int len)
throws IOException
Providerread 在接口中 Providerbuffer - Destination bufferoff - Offset at which to start storing charactersIOExceptionpublic void close()
throws IOException
Providerclose 在接口中 ProviderIOExceptionCopyright © 2026. All rights reserved.