mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-04 05:39:11 +01:00
Add git-lfs support
This commit is contained in:
@@ -85,4 +85,13 @@ public interface Blob
|
||||
* @throws IOException
|
||||
*/
|
||||
public OutputStream getOutputStream() throws IOException;
|
||||
|
||||
/**
|
||||
*
|
||||
* Returns the size (in bytes) of the blob.
|
||||
* @since 1.54
|
||||
*/
|
||||
public long getSize();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user