@Immutable public interface Blobs
@NotNull(message="Blob is never NULL") Blob get(@NotNull(message="Sha is never null") String sha)
sha
- SHA of a blob@NotNull(message="Blob is never NULL") Blob create(@NotNull(message="Content is never null") String content, @NotNull(message="Encoding is never null") String encoding) throws IOException
content
- Contentencoding
- EncodingIOException
- If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.