Exemple #1
0
 @Override
 public long getSize() {
   try {
     return m_value.getLength();
   } catch (IOException e) {
     return -1;
   }
 }
Exemple #2
0
 public long getLength() throws IOException {
   return m_value.getLength();
 }