Class BytesData

java.lang.Object
com.regula.documentreader.api.results.BytesData

public class BytesData extends Object
Created by Sergey Yakimchik on 5.11.21. Copyright (c) 2021 Regula. All rights reserved.
  • Constructor Details

    • BytesData

      public BytesData()
  • Method Details

    • getData

      public String getData()
    • getLength

      public int getLength()
    • getStatus

      public long getStatus()
    • getType

      public int getType()
    • fromJson

      public static BytesData fromJson(String json)
    • fromJson

      public static BytesData fromJson(JSONObject object)
    • toJson

      public String toJson()
      Method convert object to string in json format
      Returns:
      string in json format