/javamail/mbox/src/main/java/com/sun/mail/mbox/ |
H A D | UNIXFolder.java | 6 * The contents of this file are subject to the terms of either the GNU 9 * may not use this file except in compliance with the License. You can 16 * file and include the License file at packager/legal/LICENSE.txt. 19 * Oracle designates this particular file as subject to the "Classpath" 21 * file that accompanied this code. 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 46 protected transient RandomAccessFile file; field in class:UNIXFolder 56 file [all...] |
H A D | DefaultMailbox.java | 6 * The contents of this file are subject to the terms of either the GNU 9 * may not use this file except in compliance with the License. You can 16 * file and include the License file at packager/legal/LICENSE.txt. 19 * Oracle designates this particular file as subject to the "Classpath" 21 * file that accompanied this code. 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 87 protected transient RandomAccessFile file; field in class:DefaultMailFile 97 file [all...] |
H A D | UNIXFile.java | 6 * The contents of this file are subject to the terms of either the GNU 9 * may not use this file except in compliance with the License. You can 16 * file and include the License file at packager/legal/LICENSE.txt. 19 * Oracle designates this particular file as subject to the "Classpath" 21 * file that accompanied this code. 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 113 * Return the access time of the file. 115 public static long lastAccessed(File file) { argument [all...] |
H A D | TempFile.java | 6 * The contents of this file are subject to the terms of either the GNU 9 * may not use this file except in compliance with the License. You can 16 * file and include the License file at packager/legal/LICENSE.txt. 19 * Oracle designates this particular file as subject to the "Classpath" 21 * file that accompanied this code. 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 52 * A temporary file used to cache messages. 56 private File file; // th field in class:TempFile 112 WritableSharedFile(File file) argument [all...] |
/javamail/android/activation/src/main/java/javax/activation/ |
H A D | FileDataSource.java | 6 * The contents of this file are subject to the terms of either the GNU 9 * may not use this file except in compliance with the License. You can 16 * file and include the License file at packager/legal/LICENSE.txt. 19 * Oracle designates this particular file as subject to the "Classpath" 21 * file that accompanied this code. 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 55 * that encapsulates a file. It provides data typing services via 80 * The file wil 85 FileDataSource(File file) argument [all...] |
H A D | FileTypeMap.java | 6 * The contents of this file are subject to the terms of either the GNU 9 * may not use this file except in compliance with the License. You can 16 * file and include the License file at packager/legal/LICENSE.txt. 19 * Oracle designates this particular file as subject to the "Classpath" 21 * file that accompanied this code. 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 51 * type from a file name or a File object. FileTypeMaps could use any 52 * scheme to determine the data type, from examining the file extensio 83 getContentType(File file) argument [all...] |
/javamail/mail/src/main/java/com/sun/mail/pop3/ |
H A D | TempFile.java | 6 * The contents of this file are subject to the terms of either the GNU 9 * may not use this file except in compliance with the License. You can 16 * file and include the License file at packager/legal/LICENSE.txt. 19 * Oracle designates this particular file as subject to the "Classpath" 21 * file that accompanied this code. 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 46 * A temporary file used to cache POP3 messages. 50 private File file; // th field in class:TempFile [all...] |
H A D | WritableSharedFile.java | 6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
56 public WritableSharedFile(File file) throws IOException {
argument 57 super(file);
[all...] |
/javamail/mail/src/main/java/javax/mail/ |
H A D | URLName.java | 6 * The contents of this file are subject to the terms of either the GNU 9 * may not use this file except in compliance with the License. You can 16 * file and include the License file at packager/legal/LICENSE.txt. 19 * Oracle designates this particular file as subject to the "Classpath" 21 * file that accompanied this code. 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 106 * The specified file name on that host. 108 private String file; field in class:URLName 146 URLName( String protocol, String host, int port, String file, String username, String password ) argument [all...] |
/javamail/mail/src/main/java/javax/mail/util/ |
H A D | SharedFileInputStream.java | 6 * The contents of this file are subject to the terms of either the GNU 9 * may not use this file except in compliance with the License. You can 16 * file and include the License file at packager/legal/LICENSE.txt. 19 * Oracle designates this particular file as subject to the "Classpath" 21 * file that accompanied this code. 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 49 * data from the file and supports the <code>mark</code> 52 * other streams that represent subsets of the file 115 SharedFile(String file) argument 119 SharedFile(File file) argument 172 SharedFileInputStream(File file) argument 183 SharedFileInputStream(String file) argument 196 SharedFileInputStream(File file, int size) argument 212 SharedFileInputStream(String file, int size) argument [all...] |
/javamail/mail/src/main/java/javax/mail/internet/ |
H A D | MimeBodyPart.java | 6 * The contents of this file are subject to the terms of either the GNU 9 * may not use this file except in compliance with the License. You can 16 * file and include the License file at packager/legal/LICENSE.txt. 19 * Oracle designates this particular file as subject to the "Classpath" 21 * file that accompanied this code. 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 546 * @param filename the file name 794 * Use the specified file t 806 attachFile(File file) argument 825 attachFile(String file) argument 847 attachFile(File file, String contentType, String encoding) argument 872 attachFile(String file, String contentType, String encoding) argument 886 EncodedFileDataSource(File file, String contentType, String encoding) argument 913 saveFile(File file) argument 945 saveFile(String file) argument [all...] |
/javamail/mail/src/test/java/com/sun/mail/util/logging/ |
H A D | MailHandlerTest.java | 7 * The contents of this file are subject to the terms of either the GNU 10 * may not use this file except in compliance with the License. You can 17 * file and include the License file at packager/legal/LICENSE.txt. 20 * Oracle designates this particular file as subject to the "Classpath" 22 * file that accompanied this code. 30 * If you wish your version of this file to be governed by only the CDDL or 34 * recipient has the option to distribute your version of this file under 72 private static final String LOG_CFG_KEY = "java.util.logging.config.file"; 5863 //when dealing with a properties file 8108 checkRead(String file, Object context) argument 8112 checkRead(String file) argument [all...] |