public void reset()

in java/src/main/java/com/aliyun/fileform/FileFormInputStream.java [38:46]


    public void reset() {
        this.keyIndex = 0;
        this.fileNumber = 0;
        this.files.clear();
        this.fileBodyStream = new ByteArrayInputStream(new byte[]{});
        this.temporaryStream = new ByteArrayInputStream(new byte[]{});
        this.temporaryEndStream = new ByteArrayInputStream(new byte[]{});
        this.endInputStream.reset();
    }