Store Files in Stack
Java
2
Posts
2
Posters
0
Views
1
Watching
-
I'm receiving files on a TCP server.(one after another or multiple files one by one) I want to use them in a LIFO order. How can I store these files and use these files in java?
-
I'm receiving files on a TCP server.(one after another or multiple files one by one) I want to use them in a LIFO order. How can I store these files and use these files in java?
Store Reference to the files in a Stack/Array... Easy Peasy :-D