Class BodyChunker


  • public class BodyChunker
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BodyChunker()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[][] chunkBody​(byte[] body, int numberOfChunks)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BodyChunker

        public BodyChunker()
    • Method Detail

      • chunkBody

        public static byte[][] chunkBody​(byte[] body,
                                         int numberOfChunks)