示例#1
0
 public void addAddr(SinAddr addr) {
   map.put(map.size(), addr);
 }
示例#2
0
 public long getOutputSize() {
   if (outputsize > 0L) return outputsize;
   return map.get(map.size() - 1).getDestOffset() + map.get(map.size() - 1).getDataLength();
 }