-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathBufferedInputStream.uml
37 lines (36 loc) · 1.31 KB
/
BufferedInputStream.uml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<Diagram>
<ID>JAVA</ID>
<OriginalElement>java.io.BufferedInputStream</OriginalElement>
<nodes>
<node x="13.5" y="285.0">java.io.FilterInputStream</node>
<node x="0.0" y="380.0">java.io.BufferedInputStream</node>
<node x="68.0" y="95.0">java.io.Closeable</node>
<node x="41.0" y="0.0">java.lang.AutoCloseable</node>
<node x="54.5" y="190.0">java.io.InputStream</node>
</nodes>
<notes />
<edges>
<edge source="java.io.InputStream" target="java.io.Closeable">
<point x="0.0" y="-22.5" />
<point x="0.0" y="22.5" />
</edge>
<edge source="java.io.Closeable" target="java.lang.AutoCloseable">
<point x="0.0" y="-22.5" />
<point x="0.0" y="22.5" />
</edge>
<edge source="java.io.BufferedInputStream" target="java.io.FilterInputStream">
<point x="0.0" y="-22.5" />
<point x="0.0" y="22.5" />
</edge>
<edge source="java.io.FilterInputStream" target="java.io.InputStream">
<point x="0.0" y="-22.5" />
<point x="0.0" y="22.5" />
</edge>
</edges>
<settings layout="Hierarchic Group" zoom="0.9127659574468084" x="310.5000000000001" y="413.00000000000006" />
<SelectedNodes />
<Categories />
<SCOPE>All</SCOPE>
<VISIBILITY>private</VISIBILITY>
</Diagram>