|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PublisherClient.PublisherClient.SelectArchive
Uses a JFileChooser to select the archive to publish.
Constructor Summary | |
(package private) |
PublisherClient.SelectArchive()
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ae)
Retrieves the archive to publish with the JFileChooser. Checks the archive is not yet published with PublisherServer. Read the archive. Sends the archive to the PublisherServer. |
(package private) byte[] |
readFile(java.lang.String fileName,
int fileLength)
Read from disk the file to publish. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
PublisherClient.SelectArchive()
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent ae)
byte[] readFile(java.lang.String fileName, int fileLength)
fileName
- location of file to publish.fileLength
- length of file to publish.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |