Class EncodingStage

java.lang.Object
org.aksw.shellgebra.exec.virtual.EncodingStage
All Implemented Interfaces:
Stage, VirtualStage

public class EncodingStage extends Object implements VirtualStage
  • Field Details

    • encodingName

      protected String encodingName
  • Constructor Details

    • EncodingStage

      public EncodingStage()
  • Method Details

    • from

      public BoundStage from(com.google.common.io.ByteSource input)
      Description copied from interface: Stage
      Use a byte source for input. Note: If the byte source wraps a live input stream, then it is the caller's responsibility to close it.
      Specified by:
      from in interface Stage
    • from

      public BoundStage from(FileWriterTask input)
      Specified by:
      from in interface Stage
    • from

      public BoundStage from(BoundStage input)
      Specified by:
      from in interface Stage
    • fromNull

      public BoundStage fromNull()
      Specified by:
      fromNull in interface Stage