Class SizeLimiter


  • public class SizeLimiter
    extends Object
    A class that keeps track of size and throws an exception if the size limit is exceeded.
    • Method Detail

      • add

        public void add​(long size)