4849505152535455
gridFS = new GridFS(db); } @Override public long getBlobLength(String blobId) throws Exception { Command<Long> command = new GetBlobLengthCommandGridFS(gridFS, blobId); return commandExecutor.execute(command); }