コード例 #1
0
 public ByteBuffer getData() {
   assert typeURI.toString().indexOf('\t') == -1 : "Datatype URI contains tab: " + typeURI;
   return CHARSET.encode(typeURI + "\t" + lexicalForm);
 }