Class BytesEntity

    • Constructor Detail

      • BytesEntity

        public BytesEntity()
      • BytesEntity

        public BytesEntity​(byte[] entity,
                           boolean fromStream)
    • Method Detail

      • getEntity

        public byte[] getEntity()
      • setEntity

        public void setEntity​(byte[] entity)
      • isFromStream

        public boolean isFromStream()
      • setFromStream

        public void setFromStream​(boolean fromStream)