Uses of Class java.lang.NullPointerException

Uses in package java.io

Methods which throw type java.lang.NullPointerException

void
OutputStream.write(byte[] b)
This method all the writes bytes from the passed array to the output stream.
void
OutputStream.write(byte[] b, int off, int len)
This method writes len bytes from the specified array b starting at index off into the array.

Uses in package org.xml.sax.helpers

Methods which throw type java.lang.NullPointerException

Parser
Create a new SAX parser using the `org.xml.sax.parser' system property.

Uses in package javax.crypto

Constructors which throw type java.lang.NullPointerException

EncryptedPrivateKeyInfo.EncryptedPrivateKeyInfo(String algName, byte[] encryptedData)
Create a new EncryptedPrivateKeyInfo from the cipher name and the encrytpedData.

Uses in package java.util.jar

Constructors which throw type java.lang.NullPointerException

Creates a new JarEntry with the specified name and no attributes or or certificates.
Creates a new Name from the given String.