Class EConv.LastError

java.lang.Object
org.jcodings.transcode.EConv.LastError
Enclosing class:
EConv

public static final class EConv.LastError extends Object
  • Field Details

    • result

      EConvResult result
    • errorTranscoding

      Transcoding errorTranscoding
    • source

      byte[] source
    • destination

      byte[] destination
    • errorBytes

      byte[] errorBytes
    • errorBytesP

      int errorBytesP
    • errorBytesLength

      int errorBytesLength
    • readAgainLength

      int readAgainLength
  • Constructor Details

    • LastError

      public LastError()
  • Method Details

    • reset

      void reset()
    • getResult

      public EConvResult getResult()
    • getErrorTranscoding

      public Transcoding getErrorTranscoding()
    • getSource

      public byte[] getSource()
    • getDestination

      public byte[] getDestination()
    • getErrorBytes

      public byte[] getErrorBytes()
    • getErrorBytesP

      public int getErrorBytesP()
    • getErrorBytesLength

      public int getErrorBytesLength()
    • getReadAgainLength

      public int getReadAgainLength()
    • toString

      public String toString()
      Overrides:
      toString in class Object