Uses of Class
com.twelvemonkeys.io.SeekableOutputStream
Packages that use SeekableOutputStream
-
Uses of SeekableOutputStream in com.twelvemonkeys.io
Subclasses of SeekableOutputStream in com.twelvemonkeys.ioModifier and TypeClassDescription(package private) static final class
Fields in com.twelvemonkeys.io declared as SeekableOutputStreamModifier and TypeFieldDescription(package private) SeekableOutputStream
RandomAccessStream.outputView
This random access stream, wrapped in anOutputStream
Methods in com.twelvemonkeys.io that return SeekableOutputStreamModifier and TypeMethodDescriptionfinal SeekableOutputStream
RandomAccessStream.asOutputStream()
Returns an output view of thisRandomAccessStream
.