MCPcopy Create free account
hub / github.com/Giyn/LiveChat / sendFile

Method sendFile

src/pers/giyn/LiveChat/client/UserController.java:32–39  ·  view source on GitHub ↗
(String id, String name, byte[] file)

Source from the content-addressed store, hash-verified

30 }
31
32 public boolean sendFile(String id, String name, byte[] file) {
33 try {
34 this.client.sendFile(id, name, file);
35 } catch (Exception e) {
36 e.printStackTrace();
37 }
38 return true;
39 }
40
41 public void openChattingPanel(Friend friend) {
42 if (chattingPanel.get(friend.id) != null) {

Callers 1

actionPerformedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected