Java membuat inputstream

// Creates an InputStream
InputStream object1 = new FileInputStream();
SAMER SAEID