コード例 #1
0
 public byte[] getCurrentValue() throws IOException {
   if (lastmessage == null) return null;
   return lastmessage.getValue();
 }
コード例 #2
0
 public String getCurrentKey() throws IOException {
   if (lastmessage == null) return null;
   return lastmessage.getKey();
 }