mardi 23 mai 2017

Design Pattern in java unrecognized

i had the question of what is the name of the design pattern of the code below.

FileInputStream fin = new FileInputStream("X.zip");  
BufferedInputStream bin = new BufferedInputStream(fin);
ZipInputStream zin = new ZipInputStream(bin);

can anyone help me ? thanks.

Aucun commentaire:

Enregistrer un commentaire