Searched defs:write (Results 101 - 125 of 488) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DUTF8OutputStreamWriter.java18 * 2 along with this work; if not, write to the Free Software Foundation,
35 * <p>This class is used to write a stream of chars as a stream of
70 public void write(int c) throws IOException { method in class:UTF8OutputStreamWriter
77 throw new IOException("Atttempting to write invalid Unicode code point '" + uc + "'");
80 out.write(0xF0 | (uc >> 18));
81 out.write(0x80 | ((uc >> 12) & 0x3F));
82 out.write(0x80 | ((uc >> 6) & 0x3F));
83 out.write(0x80 | (uc & 0x3F));
92 out.write((int) c);
96 out.write(
112 public void write(char cbuf[]) throws IOException { method in class:UTF8OutputStreamWriter
118 public void write(char cbuf[], int off, int len) throws IOException { method in class:UTF8OutputStreamWriter
124 public void write(String str) throws IOException { method in class:UTF8OutputStreamWriter
131 public void write(String str, int off, int len) throws IOException { method in class:UTF8OutputStreamWriter
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DAnyImplHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
44 write (out, that);
73 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.Any value) method in class:AnyImplHelper
H A DTypeCodeImplHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
42 write (out, that);
71 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.TypeCode value) method in class:TypeCodeImplHelper
76 public static void write (org.omg.CORBA.portable.OutputStream ostream, TypeCodeImpl value) method in class:TypeCodeImplHelper
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DGenericIdentifiable.java18 * 2 along with this work; if not, write to the Free Software Foundation,
55 public void write(OutputStream os) method in class:GenericIdentifiable
H A DIORTemplateImpl.java18 * 2 along with this work; if not, write to the Free Software Foundation,
121 public void write( OutputStream os ) method in class:IORTemplateImpl
123 oktemp.write( os ) ;
H A DOldJIDLObjectKeyTemplate.java18 * 2 along with this work; if not, write to the Free Software Foundation,
112 public void write(ObjectId objectId, OutputStream os) method in class:OldJIDLObjectKeyTemplate
114 super.write(objectId, os);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DCancelRequestMessage_1_0.java18 * 2 along with this work; if not, write to the Free Software Foundation,
66 public void write(org.omg.CORBA.portable.OutputStream ostream) { method in class:CancelRequestMessage_1_0
67 super.write(ostream);
H A DCancelRequestMessage_1_1.java18 * 2 along with this work; if not, write to the Free Software Foundation,
66 public void write(org.omg.CORBA.portable.OutputStream ostream) { method in class:CancelRequestMessage_1_1
67 super.write(ostream);
H A DCancelRequestMessage_1_2.java18 * 2 along with this work; if not, write to the Free Software Foundation,
66 public void write(org.omg.CORBA.portable.OutputStream ostream) { method in class:CancelRequestMessage_1_2
67 super.write(ostream);
H A DFragmentMessage_1_1.java18 * 2 along with this work; if not, write to the Free Software Foundation,
69 /* 1.1 has no request_id; so nothing to write */
70 public void write(org.omg.CORBA.portable.OutputStream ostream) { method in class:FragmentMessage_1_1
71 super.write(ostream);
H A DFragmentMessage_1_2.java18 * 2 along with this work; if not, write to the Free Software Foundation,
98 public void write(org.omg.CORBA.portable.OutputStream ostream) { method in class:FragmentMessage_1_2
99 super.write(ostream);
H A DMessage_1_2.java18 * 2 along with this work; if not, write to the Free Software Foundation,
70 public void write(org.omg.CORBA.portable.OutputStream ostream) { method in class:Message_1_2
72 super.write(ostream);
78 super.write(ostream);
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DObjectKeyTemplate.java18 * 2 along with this work; if not, write to the Free Software Foundation,
71 public void write(ObjectId objectId, OutputStream os); method in interface:ObjectKeyTemplate
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DAttrDescriptionSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.AttributeDescription[] value) method in class:AttrDescriptionSeqHelper
87 com.sun.org.omg.CORBA.AttributeDescriptionHelper.write (ostream, value[_i0]);
H A DAttributeDescriptionHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
132 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.AttributeDescription value) method in class:AttributeDescriptionHelper
139 com.sun.org.omg.CORBA.AttributeModeHelper.write (ostream, value.mode);
H A DAttributeModeHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
76 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.AttributeMode value) method in class:AttributeModeHelper
H A DContextIdSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
85 public static void write (org.omg.CORBA.portable.OutputStream ostream, String[] value) method in class:ContextIdSeqHelper
89 com.sun.org.omg.CORBA.ContextIdentifierHelper.write (ostream, value[_i0]);
H A DContextIdentifierHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
80 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) method in class:ContextIdentifierHelper
H A DDefinitionKindHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
51 write (out, that);
87 //public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.DefinitionKind value)
88 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.DefinitionKind value) method in class:DefinitionKindHelper
H A DExcDescriptionSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ExceptionDescription[] value) method in class:ExcDescriptionSeqHelper
87 com.sun.org.omg.CORBA.ExceptionDescriptionHelper.write (ostream, value[_i0]);
H A DExceptionDescriptionHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
126 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ExceptionDescription value) method in class:ExceptionDescriptionHelper
H A DIdentifierHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
79 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) method in class:IdentifierHelper
H A DInitializerHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
107 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.Initializer value) method in class:InitializerHelper
109 com.sun.org.omg.CORBA.StructMemberSeqHelper.write (ostream, value.members);
H A DInitializerSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.Initializer[] value) method in class:InitializerSeqHelper
87 com.sun.org.omg.CORBA.InitializerHelper.write (ostream, value[_i0]);
H A DOpDescriptionSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.OperationDescription[] value) method in class:OpDescriptionSeqHelper
87 com.sun.org.omg.CORBA.OperationDescriptionHelper.write (ostream, value[_i0]);

Completed in 61 milliseconds

1234567891011>>