Class StreamDataJSON

All Implemented Interfaces:
RecordSet, Serializable

public class StreamDataJSON extends StreamDataText
JSONストリーム
See Also:
  • Constructor Details

    • StreamDataJSON

      public StreamDataJSON()
      空のストリームを作成します。
    • StreamDataJSON

      public StreamDataJSON(String str)
      文字列からストリームを作成します。
    • StreamDataJSON

      public StreamDataJSON(byte[] b)
      バイト列からストリームを作成します。
    • StreamDataJSON

      public StreamDataJSON(com.infoteria.asteria.util.json.JSONObject json)
      JSONObjectからストリームを作成します。
  • Method Details