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