コード例 #1
0
 /**
  * @param pDec The decoder.
  * @throws IOException
  */
 void read(final AbstractDecoder pDec) throws IOException {
   _mask.readBitmap(pDec);
 }