Uses of Interface
w.util.io.ByteOutput
Packages that use ByteOutput
-
Uses of ByteOutput in w.util.buffering
Methods in w.util.buffering that return types with arguments of type ByteOutput -
Uses of ByteOutput in w.util.io
Classes in w.util.io that implement ByteOutputModifier and TypeClassDescriptionclassfinal classfinal classMethods in w.util.io that return ByteOutputModifier and TypeMethodDescriptionstatic @NotNull ByteOutputCappedByteOutput.create(int cap) static @NotNull ByteOutputUncappedByteOutput.create()static @NotNull ByteOutputUncappedByteOutput.create(int initialCap) @NotNull ByteOutputAbstractByteOutput.write(byte @NotNull [] bytes) @NotNull ByteOutputAbstractByteOutput.write(byte @NotNull [] bytes, int off, int len) @NotNull ByteOutputAbstractByteOutput.write(int i) @NotNull ByteOutput@NotNull ByteOutputByteOutput.write(byte @NotNull [] bytes) @NotNull ByteOutputByteOutput.write(byte @NotNull [] bytes, int off, int len) @NotNull ByteOutputByteOutput.write(int i) @NotNull ByteOutput@NotNull ByteOutputCappedByteOutput.write(int i) Methods in w.util.io with parameters of type ByteOutputModifier and TypeMethodDescriptionstatic @NotNull OutputStreamByteOutputStream.wrap(@NotNull ByteOutput byteOutput)