Package com.elasticinbox.core.blob

Examples of com.elasticinbox.core.blob.BlobURI.buildURI()


        .setName("f1ca99e0-99a0-11e2-95f0-040cced3bd7a")
        .setBlockCount(100)
        .setCompression("dfl")
        .setEncryptionKey("k2");

    assertEquals(testUri, bu.buildURI());
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.