Sha256: f953ae81a751628c210f35b55ca1b863a2183e7e5312b5651dda71ddb16b339d
Contents?: true
Size: 405 Bytes
Versions: 119
Compression:
Stored size: 405 Bytes
Contents
/* * Javolution - Java(TM) Solution for Real-Time and Embedded Systems * Copyright (C) 2005 - Javolution (http://javolution.org/) * All rights reserved. * * Permission to use, copy, modify, and distribute this software is * freely granted, provided that this notice is preserved. */ package j2me.io; import java.io.IOException; public interface Closeable { void close() throws IOException; }
Version data entries
119 entries across 119 versions & 1 rubygems