Class MkfileCommand

    • Field Detail

      • path

        protected final Path path
      • content

        protected final byte[] content
    • Constructor Detail

      • MkfileCommand

        public MkfileCommand​(Path path,
                             byte[] content)
        Constructor for mkfile command.
        Parameters:
        path - the path relative to the root container
        content - the file content as an array of bytes