Interface Releasable

All Superinterfaces:
java.lang.AutoCloseable, java.io.Closeable

public interface Releasable
extends java.io.Closeable
Specialization of Closeable that may only throw a RuntimeException.
  • Method Summary

    Modifier and Type Method Description
    void close()  
  • Method Details

    • close

      void close()
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface java.io.Closeable