Descripción
Sintaxis
public static ModuleDescriptor read(InputStream in) throws IOException
public static ModuleDescriptor read(InputStream in, Supplier<Set<String>> packageFinder) throws IOException
public static ModuleDescriptor read(ByteBuffer bb)
public static ModuleDescriptor read(ByteBuffer bb, Supplier<Set<String>> packageFinder)
Parámetros
- ByteBuffer bb,
- InputStream in,
- Supplier<Set<String>> packageFinder,
Excepciones
InvalidModuleDescriptorException, IOException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.