Uses of Class
org.subethamail.smtp.io.ThresholdingOutputStream
Packages that use ThresholdingOutputStream
-
Uses of ThresholdingOutputStream in org.subethamail.smtp.io
Subclasses of ThresholdingOutputStream in org.subethamail.smtp.ioModifier and TypeClassDescriptionclassThis works like a ByteArrayOutputStream until a certain size is reached, then creates a temp file and acts like a buffered FileOutputStream.