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

org.openstreetmap.atlas.streaming.resource.WritableResourceCloseable Maven / Gradle / Ivy

There is a newer version: 7.0.8
Show newest version
package org.openstreetmap.atlas.streaming.resource;

/**
 * Use for WritableResources that have dependent AutoCloseable resources
 * 
 * @author Taylor Smock
 */
public interface WritableResourceCloseable extends WritableResource, ResourceCloseable
{

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy