Package jdbm.recman

Examples of jdbm.recman.BlockIo


    }
    return ret;  }


  private static BlockIo deserializeBlockIo(DataInputStream is) throws IOException, ClassNotFoundException {
    BlockIo b = new BlockIo();
    b.readExternal(is);
    return b;
  }
View Full Code Here

TOP

Related Classes of jdbm.recman.BlockIo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.