Class Binary

All Implemented Interfaces:
File

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

  • 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