Schnittstelle ConverterResult


public interface ConverterResult
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Some data was consumed or produced
    static final int
    There was an error during conversion.
    static final int
    The conversion is finished
    static final int
    Flushing is finished
  • Felddetails

    • ERROR

      static final int ERROR
      There was an error during conversion.
      Siehe auch:
    • CONVERTED

      static final int CONVERTED
      Some data was consumed or produced
      Siehe auch:
    • FINISHED

      static final int FINISHED
      The conversion is finished
      Siehe auch:
    • FLUSHED

      static final int FLUSHED
      Flushing is finished
      Siehe auch: