Searched refs:appendTextString (Results 1 – 2 of 2) sorted by relevance
298 protected void appendTextString(byte[] text) { in appendTextString() method in PduComposer320 protected void appendTextString(String str) { in appendTextString() method in PduComposer328 appendTextString(str.getBytes()); in appendTextString()359 appendTextString(textString); in appendEncodedString()525 appendTextString(textString); in appendHeader()641 appendTextString(messageClass); in appendHeader()804 appendTextString(trid); in makeSendRetrievePdu()917 appendTextString(start); in makeMessageBody()958 appendTextString(partContentType); in makeMessageBody()984 appendTextString(name); in makeMessageBody()[all …]
173 public void appendTextString(byte[] textString) { in appendTextString() method in EncodedStringValue