Uses of Record Class
org.aksw.shellgebra.shim.cmd.JavaStreamTransform
Packages that use JavaStreamTransform
-
Uses of JavaStreamTransform in org.aksw.shellgebra.shim.cmd
Methods in org.aksw.shellgebra.shim.cmd that return JavaStreamTransformModifier and TypeMethodDescriptionJavaCodec.decoder()Returns the value of thedecoderrecord component.JavaCodec.encoder()Returns the value of theencoderrecord component.Constructors in org.aksw.shellgebra.shim.cmd with parameters of type JavaStreamTransformModifierConstructorDescriptionJavaCodec(JavaStreamTransform decoder, JavaStreamTransform encoder) Creates an instance of aJavaCodecrecord class.