⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filewatcher.java

📁 LUMAQQ源代码 JAVA 地球人都知道
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
    public void setMyInternetPort(int myExternalPort) {
        this.myInternetPort = myExternalPort;
    }
    
    /**
     * @return Returns the hisFileSessionKey.
     */
    public byte[] getHisFileSessionKey() {
        return hisFileSessionKey;
    }
    
    /**
     * @param hisFileSessionKey The hisFileSessionKey to set.
     */
    public void setHisFileSessionKey(byte[] hisFileSessionKey) {
        this.hisFileSessionKey = hisFileSessionKey;
    }    
  
    /**
     * @return Returns the hisQQ.
     */
    public int getHisQQ() {
        return hisQQ;
    }
    
    /**
     * @param hisQQ The hisQQ to set.
     */
    public void setHisQQ(int hisQQ) {
        this.hisQQ = hisQQ;
    }
    
    /**
     * @return Returns the myFileSessionKey.
     */
    public byte[] getMyFileSessionKey() {
        return myFileSessionKey;
    }
    
    /**
     * @param myFileSessionKey The myFileSessionKey to set.
     */
    public void setMyFileSessionKey(byte[] myFileSessionKey) {
        this.myFileSessionKey = myFileSessionKey;
    }
    
    /**
     * @return Returns the myQQ.
     */
    public int getMyQQ() {
        return myQQ;
    }
    
    /**
     * @param myQQ The myQQ to set.
     */
    public void setMyQQ(int myQQ) {
        this.myQQ = myQQ;
    }
    
    /**
     * @return Returns the sessionSequence.
     */
    public char getSessionSequence() {
        return sessionSequence;
    }
    
    /**
     * @param sessionSequence The sessionSequence to set.
     */
    public void setSessionSequence(char sessionSequence) {
        this.sessionSequence = sessionSequence;
    }
    
    /**
     * @return Returns the face.
     */
    public byte getMyFace() {
        return myFace;
    }
    
    /**
     * @param face The face to set.
     */
    public void setMyFace(byte face) {
        this.myFace = face;
    }
    
    /**
     * @return Returns the hisExternalIp.
     */
    public byte[] getHisInternetIp() {
        return hisInternetIp;
    }
    
    /**
     * @param hisInternetIp The hisExternalIp to set.
     */
    public void setHisInternetIp(byte[] hisInternetIp) {
        this.hisInternetIp = hisInternetIp;
    }
    
    /**
     * @return Returns the hisInternalIp.
     */
    public byte[] getHisLocalIp() {
        return hisLocalIp;
    }
    
    /**
     * @param hisLocalIp The hisInternalIp to set.
     */
    public void setHisLocalIp(byte[] hisLocalIp) {
        this.hisLocalIp = hisLocalIp;
    }
    
    /**
     * @return Returns the myExternalIp.
     */
    public byte[] getMyInternetIp() {
        return myInternetIp;
    }
    
    /**
     * @param myInternetIp The myExternalIp to set.
     */
    public void setMyInternetIp(byte[] myInternetIp) {
        this.myInternetIp = myInternetIp;
    }
    
    /**
     * @return Returns the myInternalIp.
     */
    public byte[] getMyLocalIp() {
        return myLocalIp;
    }
    
    /**
     * @param myLocalIp The myInternalIp to set.
     */
    public void setMyLocalIp(byte[] myLocalIp) {
        this.myLocalIp = myLocalIp;
    }

    /**
     * @return Returns the hisExternalPort.
     */
    public int getHisInternetPort() {
        return hisInternetPort;
    }
    
    /**
     * @param hisExternalPort The hisExternalPort to set.
     */
    public void setHisInternetPort(int hisExternalPort) {
        this.hisInternetPort = hisExternalPort;
    }
    
    /**
     * @return Returns the connectType.
     */
    public int getCondition() {
        return condition;
    }
    
    /**
     * @param connectType The connectType to set.
     */
    public void setCondition(int connectType) {
        this.condition = connectType;
    }
    
    /**
     * @return Returns the fileName.
     */
    public String getFileName() {
        return fileName;
    }
    
    /**
     * @param fileName The fileName to set.
     */
    public void setFileName(String fileName) {
        this.fileName = fileName;
    }
    
    /**
     * @return Returns the fileSize.
     */
    public int getFileSize() {
        return fileSize;
    }
    
    /**
     * @param fileSize The fileSize to set.
     */
    public void setFileSize(int fileSize) {
        this.fileSize = fileSize;
    }
    
    /**
     * @return Returns the fragments.
     */
    public int getFragments() {
        return fragments;
    }
    
    /**
     * @param fragments The fragments to set.
     */
    public void setFragments(int fragments) {
        this.fragments = fragments;
    }
    
    /**
     * @return Returns the localFileName.
     */
    public String getLocalFileName() {
        return localFileName;
    }
    
    /**
     * @param localFileName The localFileName to set.
     */
    public void setLocalFileName(String localFileName) {
        this.localFileName = localFileName;
    }
    
    /**
     * @return Returns the maxFragmentSize.
     */
    public int getMaxFragmentSize() {
        return maxFragmentSize;
    }
    
    /**
     * @param maxFragmentSize The maxFragmentSize to set.
     */
    public void setMaxFragmentSize(int maxFragmentSize) {
        this.maxFragmentSize = maxFragmentSize;
    }
    
    /**
     * @return Returns the firstMD5.
     */
    public byte[] getFileMD5() {
        return fileMD5;
    }
    
    /**
     * @param firstMD5 The firstMD5 to set.
     */
    public void setFileMD5(byte[] firstMD5) {
        this.fileMD5 = firstMD5;
    }
    
    /**
     * @return Returns the secondMD5.
     */
    public byte[] getFileNameMD5() {
        return fileNameMD5;
    }
    
    /**
     * @param secondMD5 The secondMD5 to set.
     */
    public void setFileNameMD5(byte[] secondMD5) {
        this.fileNameMD5 = secondMD5;
    }
    
    /**
     * @return Returns the fileTransferStatus.
     */
    public int getFileTransferStatus() {
        return fileTransferStatus;
    }
    
    /**
     * @param fileTransferStatus The fileTransferStatus to set.
     */
    public void setFileTransferStatus(int fileTransferStatus) {
        this.fileTransferStatus = fileTransferStatus;
    }
    
    /**
     * @return 本地文件的路径
     */
    public String getLocalFilePath() {
        File file = new File(localFileName);
        return file.getParentFile().getAbsolutePath();
    }
    
    /**
     * @return 滑窗对象
     */
    public SlideWindow getSlideWindow() {
        return window;
    }
    
    /**
     * @return
     */
    public boolean isUseUdp() {
        return useUdp;
    }
    
    /**
     * @return Returns the fileAgentKey.
     */
    public byte[] getFileAgentKey() {
        return fileAgentKey;
    }
    
    /**
     * @param fileAgentKey The fileAgentKey to set.
     */
    public void setFileAgentKey(byte[] fileAgentKey) {
        this.fileAgentKey = fileAgentKey;
    }
    
    /**
     * @return Returns the fileAgentToken.
     */
    public byte[] getFileAgentToken() {
        return fileAgentToken;
    }
    
    /**
     * @param fileAgentToken The fileAgentToken to set.
     */
    public void setFileAgentToken(byte[] fileAgentToken) {
        this.fileAgentToken = fileAgentToken;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -