public class NTempOutputStreamImpl extends NTempOutputStream
| Constructor and Description |
|---|
NTempOutputStreamImpl() |
public NTempOutputStreamImpl setOnCompleted(Consumer<InputStream> onCompleted)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic String getName()
public String getContentType()
public String getCharset()
public String readString()
public byte[] readBytes()
public BufferedReader getBufferedReader()
public BufferedReader getBufferedReader(Charset cs)
public Reader getReader()
public String getDigestString()
public byte[] getDigest()
public byte[] getDigest(String algo)
public boolean isMultiRead()
public boolean isKnownContentLength()
public long contentLength()
public NContentMetadata getMetaData()
public InputStream getInputStream()
public void dispose()
Copyright © 2025 vpc open source initiative. All rights reserved.