Sha256: 4e3ffe036d33e8aec16f89b8dac93fdebb4ecb5a843b3ee659aced979a30a98b
Contents?: true
Size: 428 Bytes
Versions: 119
Compression:
Stored size: 428 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.lang; import java.io.IOException; public interface Readable { int read(j2me.nio.CharBuffer cb) throws IOException; }
Version data entries
119 entries across 119 versions & 1 rubygems