Beispiel #1
0
 @Override
 public void parse(BserValues values) throws IOException {
   this.w = values.getInt(1);
   this.h = values.getInt(2);
   this.preview = values.getBytes(4);
 }
 @Override
 public void parse(BserValues values) throws IOException {
   this.markdown = values.getString(1);
 }