public InputStream getStream()

in src/main/java/org/apache/sling/commons/testing/jcr/MockProperty.java [99:104]


    public InputStream getStream() throws ValueFormatException, RepositoryException {
        if (values.length > 1) {
            throw new ValueFormatException();
        }
        return values[0].getStream();
    }