Class BinaryResourceImpl

All Implemented Interfaces:
Resource, BinaryResource

public class BinaryResourceImpl extends SimpleBinaryResource implements BinaryResource
Resource for encapsulation of binary data that is stored in the data base. Support for BinaryResources is optional.

  • Constructor Details

    • BinaryResourceImpl

      public BinaryResourceImpl(Collection parent, String id)
    • BinaryResourceImpl

      public BinaryResourceImpl(Collection parent, String id, byte[] content)