<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>unsigned22</author_name>
  <author_url>https://blog.hatena.ne.jp/unsigned22/</author_url>
  <blog_title>unsigned</blog_title>
  <blog_url>https://unsigned22.hatenadiary.org/</blog_url>
  <categories>
    <anon>Java</anon>
    <anon>Tech</anon>
  </categories>
  <description>テキストファイルにある大量のデータを解析したかったがファイルの読み込みが面倒だったので、データをJavaプログラム内にコピペした。こんな感じ。 static int[] data = { 234, 222, 123, … }; こんなエラーがでた。 「static イニシャライザーのコードが 65535 バイトの制限を超えています。」仕方ないので「static」の部分を削除した。今度はこんなエラーが。「コンストラクター A() のコードが 65535 バイトの制限を超えています。」 正直こんな制限があるなんて知らなかった。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Funsigned22.hatenadiary.org%2Fentry%2F20080718%2F1216393857&quot; title=&quot;static イニシャライザーとコンストラクターの限界 - unsigned&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-07-18 00:10:57</published>
  <title>static イニシャライザーとコンストラクターの限界</title>
  <type>rich</type>
  <url>https://unsigned22.hatenadiary.org/entry/20080718/1216393857</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
