public HashWrapper getHashWrapper() throws TOTorrentException { return (lws.getHash()); }
public byte[] getHash() throws TOTorrentException { return (lws.getHash().getBytes()); }