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 name()
public String contentType()
public String charset()
public String readString()
public byte[] readBytes()
public BufferedReader asBufferedReader()
public BufferedReader asBufferedReader(Charset cs)
public Reader asReader()
public String digestString()
public byte[] digest()
public byte[] getDigest(String algo)
public boolean isMultiRead()
public boolean isKnownContentLength()
public long contentLength()
public NContentMetadata metaData()
public InputStream inputStream()
public void dispose()
Copyright © 2026 vpc open source initiative. All rights reserved.