All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ctc.wstx.io.CompletelyCloseable Maven / Gradle / Ivy

There is a newer version: 2024.q3.1
Show newest version
package com.ctc.wstx.io;

import java.io.IOException;

public interface CompletelyCloseable
{
    public void closeCompletely() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy