Class Binary

All Implemented Interfaces:
File

public class Binary extends NamedResource implements File
Class representing a binary
  • Field Details

    • __logger

      protected static org.slf4j.Logger __logger
      The binary's logger
    • _hash

      protected String _hash
      the binary's hash
  • Constructor Details

    • Binary

      public Binary()
      Default constructor
    • Binary

      public Binary(RepositoryData repositoryData, String hash)
      Constructor to use when reading the binary from the repository
      Parameters:
      repositoryData - the repository data containing the resource's data
      hash - the hash of the resource's data
  • Method Details